home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 September / Chip_2000-09_cd1.bin / sharewar / Slunec / app / 16 / ARCHIVES.SWG / 0009_MSCOMPRESS 6.22.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-03  |  710b  |  21 lines

  1. --------A-MS COMPRESS 6.22+-G---------------
  2.  
  3. At  least  with  the  version 6.22  of  MS-DOS,  Microsoft changed their
  4. compression  program to a new signature; The program seems no more to be
  5. able  to restore files to their original name, if it is not given on the
  6. command line.
  7.  
  8. OFFSET              Count TYPE   Description
  9. 0000h                   4 char   ID="KWAJ"
  10. 0004h                   1 long   reserved, always 0D127F088h ?
  11. 0008h                   1 long   reserved, always 00120003h ?
  12. 000Ch                   1 word   reserved, always 01 ?
  13.  
  14. EXTENSION:*.??_
  15. OCCURENCES:PC
  16. PROGRAMS:COMPRESS.EXE, EXPAND.EXE, LZEXPAND.DLL
  17. REFERENCE:?Windows SDK?
  18. SEE ALSO:MS COMPRESS 5.0
  19. VALIDATION:
  20.  
  21.